projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f441c
)
Store mouse coords as doubles not ints...
author
Elliot Lee
<sopwith@src.gnome.org>
Mon, 7 Aug 2000 18:21:18 +0000
(18:21 +0000)
committer
Elliot Lee
<sopwith@src.gnome.org>
Mon, 7 Aug 2000 18:21:18 +0000
(18:21 +0000)
Store mouse coords as doubles not ints...
gdk/linux-fb/gdkinput-ps2.c
patch
|
blob
|
history
diff --git
a/gdk/linux-fb/gdkinput-ps2.c
b/gdk/linux-fb/gdkinput-ps2.c
index bfce5238195d3cd8f6d996abc26a97d3074364cd..03f40bcd3b2f1414c61162678ac4852f92f1c68a 100644
(file)
--- a/
gdk/linux-fb/gdkinput-ps2.c
+++ b/
gdk/linux-fb/gdkinput-ps2.c
@@
-45,7
+45,7
@@
typedef struct {
gint fd, fd_tag;
- g
int
x, y;
+ g
double
x, y;
GdkWindow *prev_window;
gboolean button1_pressed, button2_pressed, button3_pressed;
gboolean click_grab;